try to have travis build doc.
authortsteven4 <tsteven4@gmail.com>
Sun, 2 Aug 2015 19:58:42 +0000 (13:58 -0600)
committertsteven4 <tsteven4@gmail.com>
Sun, 2 Aug 2015 19:58:42 +0000 (13:58 -0600)
.travis.yml

index 050b03bd452c685c9b8fb4fa4918fad93c327b67..9af2c89734f4a8f8b16e158de44d2ec5f1fd08ef 100644 (file)
@@ -4,7 +4,7 @@ compiler:
   - clang
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -y valgrind expat
+  - sudo apt-get install -y valgrind expat fop
 script:
- - cd gpsbabel ; ./configure && make -j3 all && bash ./testo  && bash ./vtesto
-# TODO: build doc, GUI, mac
+ - cd gpsbabel ; ./configure && make -j3 all && make doc && bash ./testo  && bash ./vtesto
+# TODO: build GUI, mac, test-all